In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawImage Method

DrawImage Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function DrawImage( _

   ByVal ImageResName As String, _

   ByVal DstX As Single, _

   ByVal DstY As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As GdPictureStatus
public GdPictureStatus DrawImage( 

   string ImageResName,

   float DstX,

   float DstY,

   float Width,

   float Height

)
public function DrawImage( 

    ImageResName: String;

    DstX: Single;

    DstY: Single;

    Width: Single;

    Height: Single

): GdPictureStatus; 
public function DrawImage( 

   ImageResName : String,

   DstX : float,

   DstY : float,

   Width : float,

   Height : float

) : GdPictureStatus;
public: GdPictureStatus DrawImage( 

   string* ImageResName,

   float DstX,

   float DstY,

   float Width,

   float Height

) 
public:

GdPictureStatus DrawImage( 

   String^ ImageResName,

   float DstX,

   float DstY,

   float Width,

   float Height

) 

Parameters

ImageResName
DstX
DstY
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members